Click or drag to resize

PropFindMethod Class

This class implements the WebDAV PROPFIND Method.
Inheritance Hierarchy

Namespace:  Independentsoft.Webdav.Methods
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class PropFindMethod : WebdavMethod

The PropFindMethod type exposes the following members.

Constructors
  NameDescription
Public methodPropFindMethod
Initializes a new instance of the PropFindMethod class.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGenerateRequestBody
Generates the request body of this method.
Public methodGenerateRequestBodyAll
Generates the request body of this method.
Public methodGenerateRequestBodyAllNames
Generates the request body of this method.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberMethodName
The method name.
Top
See Also